home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
SGI Developer Toolbox 6.1
/
SGI Developer Toolbox 6.1 - Disc 4.iso
/
sifttree
< prev
next >
Wrap
Text File
|
1994-08-01
|
1KB
|
36 lines
#!/bin/csh -f
# ~4Dgifts/toolbox/sifttree shell script
#
# wherever this script is run from, the ~4Dgifts/toolbox/.oasisrc
# file needs to be in the same directory;
#
# and, if necessary, explicitly [re]define the following 2 environment
# variables:
# TOOLBOXPATH is wherever the CD is mounted on yer machine,
# OASISIIIPATH is wherever you have put the oasisIII binary.
#
setenv TOOLBOXPATH `pwd`
setenv OASISIIIPATH `pwd`/searchtools
# have to set paths locations for oksvr:
setenv FULPATH $OASISIIIPATH
# oasisIII's app-defaults trickee-dick "short-cut":
if {$?XUSERFILESEARCHPATH} then
setenv XUSERFILESEARCHPATH "$OASISIIIPATH/%N:$XUSERFILESEARCHPATH"
else
setenv XUSERFILESEARCHPATH "$OASISIIIPATH/%N"
endif
# and the location of xpsview for oasisIII:
setenv XPSVIEW_ROOT $TOOLBOXPATH/.util/xpsview
# before launching
$OASISIIIPATH/oksvr &
# comment the OKSERVER environment variable out if you
# want people to access oksvr/oasisIII from another machine.
# (oasisIII/oksvr are a client/server relationship.)
setenv OKSERVER localhost
$OASISIIIPATH/oasisIII -k &